home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-11 | 505 b | 14 lines | [TEXT/RLAB] |
- COMMENT:
-
- The RLaB comment symbol is `//' (same as C++). Any text the
- comes after `//' on a line is ignored.
-
- Additionally `#' can be used as a commnet (same as shell).
- Again, any text after the `#' on a line is ignored. This is
- not the "official" comment symbol, but it works in order that
- `#!/usr/local/bin/rlab' may work on UNIX systems.
-
- Last, but not least, `%' will work as a comment symbol. This
- is implemented so that it is easier to take programs back and
- forth between Matlab and RLaB.
-